This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Please don't.... re: Try executing notesdoc.ComputeWithForm(True, False) before notesdoc.Save(True, False) ~Naomi Deskroterakol 23.Jan.04 08:14 PM a Web browser Domino Designer All ReleasesAll Platforms
If you're going to use notesdoc.ComputeWithForm, be sure to set the raiseError parameter to True, not False. If you don't, any errors in your form calculations will generate error codes in your fields, which will prevent proper execution of the ComputeWithForm. You can really trash your data this way.